home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00445.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  276 b   |  12 lines

  1. on exitFrame
  2.   global md1, movPC, curSND
  3.   set movPC to 12
  4.   set curSND to "betty.snd"
  5.   setnavi()
  6.   sound fadeIn 1, 120
  7.   puppetSound("betty.snd")
  8.   puppetSprite(6, 1)
  9.   set the cursor of sprite 6 to [50, 51]
  10.   set md1 to the duration of cast the castNum of sprite 6 - 3
  11. end
  12.